home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1996 February: Tool Chest
/
Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso
/
Sample Code
/
Snippets
/
QuickDraw
/
RotateString
/
CRotate ƒ
/
RotateString.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-09
|
128 b
|
4 lines
|
[
TEXT/KAHL
]
typedef enum { clockWise, counterClockWise } rotDir;
pascal OSErr RotateString( Str255 str, BitMap *destMap, short direction);